home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / exams / general / go.bat < prev    next >
DOS Batch File  |  1994-03-09  |  2KB  |  48 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo      Do not erase any of the files on this disk.   Make a working copy
  8. echo      of this disk and use it.  Also, all of these files must be on the
  9. echo      same disk drive or in the same directory, for the programs to run
  10. echo      properly.  If you have a hard disk, it is suggested that you copy
  11. echo      all of the files on this disk to a subdirectory on the hard drive.
  12. echo  
  13. echo      The questions that are on this disk are for tests until July 1 of
  14. echo      1998.
  15. echo  
  16. echo      A Morse code program named MORSE.EXE is also included and it will
  17. echo      convert any  ASCII  file into Morse code.   Type MORSE at the DOS
  18. echo      prompt and read the directions.  Filename can include a path.  To
  19. echo      learn the code, type LESSON at the DOS prompt.
  20. echo  
  21. echo  
  22. pause
  23. cls
  24. echo  
  25. echo  
  26. echo  
  27. echo  
  28. echo      A  calculator is provided in these Amateur Radio license programs.
  29. echo      F2 activates the calculator and  A, B, C, D or Esc removes it and
  30. echo      continues the main program. Please learn how to work the problems
  31. echo      with the calculator that you are going to take to the exam.
  32. echo  
  33. echo      When you are going through the entire pool,  enter  A, B, C, or D
  34. echo      until you select the correct answer.   When the correct answer is
  35. echo      selected,  the word correct will appear.  During the sample tests,
  36. echo      correct will not appear,  but you can use F1 to find out how many
  37. echo      questions are remaining to be answered. 
  38. echo  
  39. echo      To run one of these programs in the future,  type GENERAL, LESSON
  40. echo      or MORSE at the DOS prompt. The general program will start now.
  41. echo  
  42. echo  
  43. pause
  44. general
  45. if not exist 73 goto end
  46. morse 73 5
  47. :end
  48.